Skip to content

bugfix(gui): Correct index usage in LanGameOptionsMenu for player info retrieval#501

Merged
x64-dev merged 1 commit intomainfrom
seer/fix/lan-game-options-index
May 7, 2026
Merged

bugfix(gui): Correct index usage in LanGameOptionsMenu for player info retrieval#501
x64-dev merged 1 commit intomainfrom
seer/fix/lan-game-options-index

Conversation

@seer-by-sentry
Copy link
Copy Markdown

@seer-by-sentry seer-by-sentry Bot commented May 7, 2026

Fixes CLIENT-1CD. The issue was that: Incorrect loop variable i used instead of idx in playerTooltip leads to out-of-bounds LANGameSlot access and crash.

  • Replaced incorrect variable 'i' with 'idx' when retrieving LANGameSlot.
  • Replaced incorrect variable 'i' with 'idx' in DEBUG_ASSERTCRASH condition for player IP retrieval.
  • Ensures the correct index is used for accessing LAN game slot and player IP information.

This fix was generated by Seer in Sentry, triggered by x64-dev. 👁️ Run ID: 13978622

Not quite right? Click here to continue debugging with Seer.

@seer-by-sentry seer-by-sentry Bot requested a review from x64-dev May 7, 2026 21:33
@x64-dev x64-dev marked this pull request as ready for review May 7, 2026 21:34
@x64-dev x64-dev merged commit 9650656 into main May 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant